const github.com/klauspost/compress/flate.maxHashOffset

2 uses

	github.com/klauspost/compress/flate (current package)
		deflate.go#L53: 	maxHashOffset       = 1 << 28
		deflate.go#L145: 		if s.hashOffset > maxHashOffset {